event
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
Event or derived
stopPropagation: Stops the propagation for this event.getTarget: Returns the target component that receives this event.getName: Returns the event name.getData: Returns the data accompanies with this event.
event may be casted to subclass like KeyEvent, InputEvent.